* keyboard.c (interrupt_input_blocked, interrupt_input_pending):
authorJim Blandy <jimb@redhat.com>
Wed, 7 Apr 1993 23:54:28 +0000 (23:54 +0000)
committerJim Blandy <jimb@redhat.com>
Wed, 7 Apr 1993 23:54:28 +0000 (23:54 +0000)
Remove `extern' keywords - these are the definitions.

src/keyboard.c

index 30b78f8e0b1c82f68cd01437c19d0ed65e709596..27a6c421ad9fdb9835d6b95db3d7a14b2172e187 100644 (file)
@@ -53,11 +53,11 @@ extern int errno;
 /* Variables for blockinput.h: */
 
 /* Non-zero if interrupt input is blocked right now.  */
-extern int interrupt_input_blocked;
+int interrupt_input_blocked;
 
 /* Nonzero means an input interrupt has arrived
    during the current critical section.  */
-extern int interrupt_input_pending;
+int interrupt_input_pending;
 
 
 #ifdef HAVE_X_WINDOWS